Mark gtk-color-palette as deprecated
authorWilliam Jon McCann <william.jon.mccann@gmail.com>
Wed, 26 Jun 2013 15:47:32 +0000 (11:47 -0400)
committerWilliam Jon McCann <william.jon.mccann@gmail.com>
Wed, 26 Jun 2013 15:47:32 +0000 (11:47 -0400)
It is only used by the deprecated color selector widget.

gtk/gtksettings.c

index 1d488d8ee182ec1539bc788c34b842c09cf4c7a6..791c4af0d82ef83ded13db0b6e22ba5711434b81 100644 (file)
@@ -1362,6 +1362,13 @@ gtk_settings_class_init (GtkSettingsClass *class)
                                              NULL);
   g_assert (result == PROP_LABEL_SELECT_ON_FOCUS);
 
+  /**
+   * GtkSettings:gtk-color-palette:
+   *
+   * Palette to use in the deprecated color selector.
+   *
+   * Deprecated: 3.10: Only used by the deprecated color selector widget.
+   */
   result = settings_install_property_parser (class,
                                              g_param_spec_string ("gtk-color-palette",
                                                                   P_("Custom palette"),